Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7964 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 19 4 -15
Lines 336 48 -288
Branches 3 0 -3
==========================================
- Hits 336 48 -288
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The senior deduction was introduced in 2025 by H.R.1 but the parameters only had values from 2025-01-01, causing microsim crashes when running for 2024. Add 2018-01-01 entries with 0 so the parameter tree is valid for all years. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add missing Schedule 1-A deductions (tip, overtime, car loan interest) to id_qualified_business_income_and_federal_schedule_1a_deductions - Add #page= anchors to PDF references - Add permanent statute reference (IC 63-3004) to id_additional_senior_deduction - Remove redundant documentation field from id_taxable_income - Rename changelog from .fixed to .added (new functionality) - Add test cases: pre-2025 zero, single filer phase-out, age boundary (64 vs 65), and full phase-out elimination Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Idaho conformity to the federal enhanced senior deduction under HB 559.
What this does
Notes
The issue body example had an inconsistent expected Idaho taxable income value. With 200,000 dollars of AGI, 60,000 dollars of itemized deductions, and a 9,000 dollar senior deduction, the coherent Idaho taxable income is 131,000, and that is what the new integration test asserts.
Testing